
.banner {
    width: 100%;
    /* min-height: 500px; */
    /* background-color: yellow; */
}

.swiper-wrapper {
    width: 9999999px;
}

.banner .swiper-slide {
    height: 100%;
}

.banner .swiper-slide a {
    /* height: 100%; */
    /* background-color: red; */
    /* display: block; */
}

.banner .swiper-slide img {
    width: 100%;
}




.pic_cols2 {
    width: 100%;
    height: 78px;
}

.pic_cols2 a {
    width: 414px;
    height: 100%;
    display: block;
    overflow: hidden;
}

.pic_cols2 a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pic_cols2 a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pic_cols2 a:nth-child(1) {
    float: left;
}

.pic_cols2 a:nth-child(2) {
    float: right;
}

.content_swiper_wrap {
    width: 100%;
    height: 270px;
    position: relative;
    margin-top: 20px;
}

.content_swiper {
    height: 100%;
}

.swiper2  {
    width: 100%;
    height: 270px;
    position: absolute;
    left: 0;
    top: 0;
}

.content_pic {
    width: 450px;
    height: 270px;
    float: left;
}

.content_text {
    width: 390px;
    height: 100%;
    background-color: #FFF;
    float: right;
    padding: 20px;
    box-sizing: border-box;
}

.content_text h1 {
    font-size: 18px;
    text-align: center;
}

.content_text .abstract {
    color: #777;
    line-height: 1.8;
    margin-top: 20px;
}

.content_pic img {
    width: 100%;
    height: 100%;
}


.pagination2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 10;
    
}

.pagination2 .swiper-pagination-switch {
    display: inline-block;
    width: 20px;
    height: 6px;
    background-color: #FFF;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.pagination2 .swiper-active-switch {
    background-color: #2f889a;
}

.content_tab1 {
    width: 100%;
    border: 1px solid #DDD;
    margin-top: 20px;
    box-sizing: border-box;
}

.content_tab1_title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DDD;
    background-color: #f8f8f8;
    position: relative;
}

.content_tab1_titleIn {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.content_tab1_titleIn span {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: block;
    float: left;
    padding: 0 15px;
}

.content_tab1_titleIn span a {
    /* padding: 0 4px; */
    width: 100%;
    height: 100%;
    display: block;
}

.content_tab1_titleIn span.active {
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
}

.content_tab1_con_wrap {
    background-color: #FFF;
}

.content_tab1_con {
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.content_tab1_con:nth-child(1) {
    display: block;
}

.arrowList_ul {

}

.arrowList_ul li {
    line-height: 2.1;
    position: relative;
    padding-left: 15px;
}

.arrowList_ul li::before {
    content: '';
    width: 10px;
    height: 100%;
    background: url(./icon_arrow_right.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.arrowList_ul li a {
    line-height: 2.1;
}

.content_tab2_con ul li::before {
    content: '';
}



.pic_cols1 {
    width: 100%;
    height: 100px;
    margin-top: 20px;
}

.pic_cols1 img {
    width: 100%;
    height: 100%;
}



.content_tab2 {
    width: 100%;
    border: 1px solid #DDD;
    margin-top: 20px;
    box-sizing: border-box;
}

.content_tab2_title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DDD;
    background-color: #f8f8f8;
    position: relative;
}

.content_tab2_titleIn {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.content_tab2_titleIn span {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: block;
    float: left;
    width: 209px;
    text-align: center;
    box-sizing: border-box;
}

.content_tab2_titleIn span:nth-last-child(1) {
    border-right: none;
}

.content_tab2_titleIn span a {
    /* padding: 0 4px; */
    width: 100%;
    height: 100%;
    display: block;
}

.content_tab2_titleIn span.active {
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
}

.content_tab2_con_wrap {
    height: 246px;
    background-color: #FFF;
}

.content_tab2_con {
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.content_tab2_con:nth-child(1) {
    display: block;
}

.content_tab2_con ul {
    font-size: 0;
    overflow: hidden;
}

.content_tab2_con ul li {
    height: 206px;
    width: 20%;
    line-height: 206px;
    font-size: 0;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}

.content_tab2_con ul li img {
    width: 100%;
    /* display: none; */
    vertical-align: bottom;
}

.content_tab2_con ul li::before {

}

.notice_ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(./icon_arrow_right.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
}
.notice_ul li {
    line-height: 1.8;
    position: relative;
    padding-left: 15px;
}
@media screen and (max-width: 1200px){

    .pic_cols2 {
        width: 100%;
        height: 64px;
    }
    
    .pic_cols2 a {
        width: 346px;
        height: 100%;
    }

    .content_swiper_wrap {
        width: 100%;
        height: 224px;
        position: relative;
        margin-top: 20px;
    }
    
    .content_swiper {
        height: 100%;
    }
    
    .swiper2  {
        width: 100%;
        height: 224px;
    }
    
    .content_pic {
        width: 370px;
        height: 224px;
    }
    
    .content_text {
        width: 330px;
        height: 100%;
        padding: 20px;
    }
    
    .content_text h1 {
        font-size: 16px;
        text-align: center;
    }
    
    .content_text .abstract {
        color: #777;
        line-height: 1.8;
        margin-top: 20px;
    }
    
    .content_pic img {
        width: 100%;
        height: 100%;
    }
    
    
    .pagination2 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 10px;
        bottom: 0;
        z-index: 10;
        
    }
    
    .pagination2 .swiper-pagination-switch {
        display: inline-block;
        width: 20px;
        height: 6px;
        background-color: #FFF;
        margin: 0 3px;
        cursor: pointer;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
    }
    
    .pagination2 .swiper-active-switch {
        background-color: #2f889a;
    }

    










    
    .content_tab1_title {
        height: 32px;
        line-height: 32px;
        border-bottom: 1px solid #DDD;
        background-color: #f8f8f8;
        position: relative;
    }
    
    .content_tab1_titleIn {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .content_tab1_titleIn span {
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
        display: block;
        float: left;
        padding: 0 10px;
    }
    
    .content_tab1_titleIn span a {
        /* padding: 0 4px; */
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .content_tab1_titleIn span.active {
        border-bottom: 1px solid #FFF;
        background-color: #FFF;
    }
    
    .content_tab1_con_wrap {
        background-color: #FFF;
    }
    
    .content_tab1_con {
        padding: 15px;
        box-sizing: border-box;
        display: none;
    }
    
    .content_tab1_con:nth-child(1) {
        display: block;
    }
    
    .arrowList_ul {
    
    }
    
    .arrowList_ul li {
        line-height: 2.1;
    }
    
    .arrowList_ul li a {
        line-height: 2.1;
    }


    .pic_cols1 {
        width: 100%;
        height: 80px;
        margin-top: 20px;
    }
    
    .pic_cols1 img {
        width: 100%;
        height: 100%;
    }




    .content_tab2_title {
        height: 32px;
        line-height: 32px;
    }

    .content_tab2_titleIn span {
        width: 174px;
    }
    
    .content_tab2_con_wrap {
        height: 246px;
        background-color: #FFF;
    }
    
    .content_tab2_con {
        padding: 15px;
        box-sizing: border-box;
        display: none;
    }
    
    .content_tab2_con:nth-child(1) {
        display: block;
    }
    
    .content_tab2_con ul {
        font-size: 0;
        overflow: hidden;
    }
    
    .content_tab2_con ul li {
        height: 180px;
        line-height: 180px;
    }
    
    
}
